home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
MacGzip 1.0
/
source
/
Resources
/
ErrorStrings.h
< prev
next >
Wrap
Text File
|
1995-08-18
|
864b
|
58 lines
/*
* defines for error strings
*/
/*****************************************************/
/* STR# resources */
#define GENERIC 128
#define CANT_SAVE_PREF 1
#define NOT_UPP 2
#define NOT_ALIAS 3
#define OLD_SYSTEM 4
#define AE_INSTALL 5
#define BAD_DISK 6
#define CANT_GET_IC 7
#define CANT_GET_FETCH 8
#define RES_MANAGER 129
#define RES_NOTFOUND 1
#define USER_ERROR 130
#define BAD_SUFFIX 1
#define BAD_CTEXT 2
#define BAD_TBIN 3
#define BAD_CBIN 4
/*
#define FILE_MANAGER 128
#define GETFINFOERROR 1
#define CREATEERROR 2
#define FSDELETEERROR 3
#define RENAMEERROR 4
#define PBGETFINFO 5
#define FILE_IO 129
#define W_ERROR 1
#define R_ERROR 2
#define GENERIC 130
#define NO_CURSOR 1
#define EMPTY_FILE 2
#define NOT_TEXT 3
#define RES_FORK 4
#define EMPTY_SUFFIX 6
#define OLD_SYSTEM 7
#define BAD_DISK 8
*/